home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Full / Serif Page Plus 8 PDF / data1.cab / Help / helpfile.chm / pp7-om-consts.js < prev    next >
Encoding:
JavaScript  |  2007-10-26  |  126 b   |  8 lines

  1. // Serif PagePlus 7 Constant Declarations
  2.  
  3. // General decs
  4. var TRUE        = 1;
  5. var FALSE        = 0;
  6. var ON            = 1;
  7. var OFF            = 0;
  8.